body {
  font-family: Arial, sans-serif !important;
  margin: 0 !important;
  background: #f7f7f7 !important;
}

h3.post-title.entry-title {background-color:#ddf977!important;color:blue!important;font-size:2.5em!important;font-weight:600!important;padding:8px!important;} 

.filter-bar {
  display: flex !important;
  background-color: #9f0f8d!important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1em !important; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

.lang-filters, .category-filters {
  display: flex !important;
  gap: 0.5em !important;
  margin: 0.6em !important;
}

.lang-btn {
  width: 50px !important;
  height: 50px !important;
  border: none !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  outline: 2px solid transparent !important;
  font-size: 1.5em !important;
  color: #333 !important;
  text-align: center !important;
  line-height: 50px !important;
  background-color: #e0e0e0 !important; /* for "All" button */
}

.lang-btn[data-lang=""]:hover {background: #54ef22 !important;color:black!important; border: 3px solid white!important;outline:none!important;}

.lang-btn[style] {
  background-color: transparent !important; /* remove bg color for flag buttons */
}

.lang-btn.active, .cat-btn.active {
  outline: 2px solid #007bff !important;
  background-color: #0046e3 !important;
  color: #fff !important;
}

.cat-btn {
  padding: 0.5em 1em !important;
  border: none !important;
  background: #e0e0e0 !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  font-size: 1.2em !important;
  width: 5.2em !important;
}
 button.cat-btn:hover {
   background: #54ef22 !important;color:black!important; border: 3px solid white!important;outline:none!important;width: 5.6em !important;
 }

.app-grid {
  display: grid !important;
  background-color: #c9cff0!important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 1.5em !important;
  padding: 2em !important;
}

.app-card {
  background: #dfebbb !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  padding: 1.5em !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.app-data{
  cursor: pointer!important;
}

.app-card img.icon {
  width: 80% !important;
  margin-bottom: 1em !important;
}

.app-card .app-name {
  font-size: 1.8em !important;
  font-weight: bold !important;
  margin-bottom: 0.5em !important;
  text-align: center !important;
} 

.app-desc {
  font-size: 1.2em !important;
  color: #444 !important;
  margin-bottom: 1em !important;
}

.app-card .playstore-link img {
  width: 140px !important;
  height: auto !important;
}
